Skip to content

drivers: audio: dmic_nrfx: add support for audio_auxpll clk src #93088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hi-Im-David
Copy link
Contributor

@Hi-Im-David Hi-Im-David commented Jul 14, 2025

Added support for auxpll being used as audio clock source for DMIC PDM driver.

Auxpll to be used on new devices and uses the nrf2 clock control api, similar to existing nrfs_audiopll. CONFIG_CLOCK_CONTROL_NRF may still enabled when auxpll is being used. The auxpll can also be used by other peripherals e.g CAN on the nRF54H20 which also uses the nrfs_audiopll so the driver expects the nodelabel of audio_auxpll to distinguish it from the audiopll or canpll.

Added support for auxpll being used as audio clock source
for DMIC PDM driver.

Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>
@Hi-Im-David Hi-Im-David force-pushed the nrf-dmic-pdm-auxpll-support branch from 5a40efa to 849e508 Compare July 14, 2025 11:16
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants